The Meridian360 Portal integration setup files include numerous pre-defined script functions that must be imported into the vault configuration. These are defined in the files that you installed as described in Installing the files.
To modify the vault script:
Sub IncludeFile(Path) ExecuteGlobal CreateObject("Scripting.FileSystemObject").openTextFile(Path).readAll() End Sub IncludeFile "\\" & Vault.ServerName & "\AMM3EXT$\$$M360\Utilities.vbs" IncludeFile "\\" & Vault.ServerName & "\AMM3EXT$\$$M360\M360.vbs"